From: Keir Fraser Date: Thu, 20 Sep 2007 09:39:10 +0000 (+0100) Subject: Fix typo in blktap script. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14937^2~56^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=d16f4f5f67ae5a30569d60b572f8a58ab5149e6b;p=xen.git Fix typo in blktap script. Signed-off-by: Kazuhiro Suzuki --- diff --git a/tools/examples/blktap b/tools/examples/blktap index b3a0b63544..bd914d5858 100644 --- a/tools/examples/blktap +++ b/tools/examples/blktap @@ -73,7 +73,7 @@ fi if [ -L "$p" ]; then file=$(readlink -f "$p") || ebusy "$p link does not exist." else - [ -f "$p" ] || { ebusy "$p file does not exist." } + [ -f "$p" ] || { ebusy "$p file does not exist."; } file="$p" fi